3.170 \(\int \frac {1}{(a+b x^2) \sqrt {4-5 x^4}} \, dx\)

Optimal. Leaf size=40 \[ \frac {\Pi \left (-\frac {2 b}{\sqrt {5} a};\left .\sin ^{-1}\left (\frac {\sqrt [4]{5} x}{\sqrt {2}}\right )\right |-1\right )}{\sqrt {2} \sqrt [4]{5} a} \]

[Out]

1/10*EllipticPi(1/2*5^(1/4)*x*2^(1/2),-2/5*b/a*5^(1/2),I)*5^(3/4)/a*2^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 40, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {1213, 537} \[ \frac {\Pi \left (-\frac {2 b}{\sqrt {5} a};\left .\sin ^{-1}\left (\frac {\sqrt [4]{5} x}{\sqrt {2}}\right )\right |-1\right )}{\sqrt {2} \sqrt [4]{5} a} \]

Antiderivative was successfully verified.

[In]

Int[1/((a + b*x^2)*Sqrt[4 - 5*x^4]),x]

[Out]

EllipticPi[(-2*b)/(Sqrt[5]*a), ArcSin[(5^(1/4)*x)/Sqrt[2]], -1]/(Sqrt[2]*5^(1/4)*a)

Rule 537

Int[1/(((a_) + (b_.)*(x_)^2)*Sqrt[(c_) + (d_.)*(x_)^2]*Sqrt[(e_) + (f_.)*(x_)^2]), x_Symbol] :> Simp[(1*Ellipt
icPi[(b*c)/(a*d), ArcSin[Rt[-(d/c), 2]*x], (c*f)/(d*e)])/(a*Sqrt[c]*Sqrt[e]*Rt[-(d/c), 2]), x] /; FreeQ[{a, b,
 c, d, e, f}, x] &&  !GtQ[d/c, 0] && GtQ[c, 0] && GtQ[e, 0] &&  !( !GtQ[f/e, 0] && SimplerSqrtQ[-(f/e), -(d/c)
])

Rule 1213

Int[1/(((d_) + (e_.)*(x_)^2)*Sqrt[(a_) + (c_.)*(x_)^4]), x_Symbol] :> With[{q = Rt[-(a*c), 2]}, Dist[Sqrt[-c],
 Int[1/((d + e*x^2)*Sqrt[q + c*x^2]*Sqrt[q - c*x^2]), x], x]] /; FreeQ[{a, c, d, e}, x] && GtQ[a, 0] && LtQ[c,
 0]

Rubi steps

\begin {align*} \int \frac {1}{\left (a+b x^2\right ) \sqrt {4-5 x^4}} \, dx &=\sqrt {5} \int \frac {1}{\sqrt {2 \sqrt {5}-5 x^2} \sqrt {2 \sqrt {5}+5 x^2} \left (a+b x^2\right )} \, dx\\ &=\frac {\Pi \left (-\frac {2 b}{\sqrt {5} a};\left .\sin ^{-1}\left (\frac {\sqrt [4]{5} x}{\sqrt {2}}\right )\right |-1\right )}{\sqrt {2} \sqrt [4]{5} a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.13, size = 40, normalized size = 1.00 \[ \frac {\Pi \left (-\frac {2 b}{\sqrt {5} a};\left .\sin ^{-1}\left (\frac {\sqrt [4]{5} x}{\sqrt {2}}\right )\right |-1\right )}{\sqrt {2} \sqrt [4]{5} a} \]

Antiderivative was successfully verified.

[In]

Integrate[1/((a + b*x^2)*Sqrt[4 - 5*x^4]),x]

[Out]

EllipticPi[(-2*b)/(Sqrt[5]*a), ArcSin[(5^(1/4)*x)/Sqrt[2]], -1]/(Sqrt[2]*5^(1/4)*a)

________________________________________________________________________________________

fricas [F]  time = 7.83, size = 0, normalized size = 0.00 \[ {\rm integral}\left (-\frac {\sqrt {-5 \, x^{4} + 4}}{5 \, b x^{6} + 5 \, a x^{4} - 4 \, b x^{2} - 4 \, a}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^2+a)/(-5*x^4+4)^(1/2),x, algorithm="fricas")

[Out]

integral(-sqrt(-5*x^4 + 4)/(5*b*x^6 + 5*a*x^4 - 4*b*x^2 - 4*a), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {-5 \, x^{4} + 4} {\left (b x^{2} + a\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^2+a)/(-5*x^4+4)^(1/2),x, algorithm="giac")

[Out]

integrate(1/(sqrt(-5*x^4 + 4)*(b*x^2 + a)), x)

________________________________________________________________________________________

maple [B]  time = 0.06, size = 79, normalized size = 1.98 \[ \frac {\sqrt {2}\, 5^{\frac {3}{4}} \sqrt {-\frac {\sqrt {5}\, x^{2}}{2}+1}\, \sqrt {\frac {\sqrt {5}\, x^{2}}{2}+1}\, \EllipticPi \left (\frac {5^{\frac {1}{4}} \sqrt {2}\, x}{2}, -\frac {2 \sqrt {5}\, b}{5 a}, \frac {\sqrt {-\frac {\sqrt {5}}{2}}\, \sqrt {2}\, 5^{\frac {3}{4}}}{5}\right )}{5 \sqrt {-5 x^{4}+4}\, a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x^2+a)/(-5*x^4+4)^(1/2),x)

[Out]

1/5/a*2^(1/2)*5^(3/4)*(1-1/2*x^2*5^(1/2))^(1/2)*(1+1/2*x^2*5^(1/2))^(1/2)/(-5*x^4+4)^(1/2)*EllipticPi(1/2*5^(1
/4)*x*2^(1/2),-2/5*b/a*5^(1/2),1/5*(-1/2*5^(1/2))^(1/2)*2^(1/2)*5^(3/4))

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {-5 \, x^{4} + 4} {\left (b x^{2} + a\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^2+a)/(-5*x^4+4)^(1/2),x, algorithm="maxima")

[Out]

integrate(1/(sqrt(-5*x^4 + 4)*(b*x^2 + a)), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {1}{\left (b\,x^2+a\right )\,\sqrt {4-5\,x^4}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((a + b*x^2)*(4 - 5*x^4)^(1/2)),x)

[Out]

int(1/((a + b*x^2)*(4 - 5*x^4)^(1/2)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {4 - 5 x^{4}} \left (a + b x^{2}\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x**2+a)/(-5*x**4+4)**(1/2),x)

[Out]

Integral(1/(sqrt(4 - 5*x**4)*(a + b*x**2)), x)

________________________________________________________________________________________